
digraph "Server_Structure" {
nodesep=0.7

subgraph cluster_0 {
		style=filled;
		color=lightgrey;
                width = "1.0"
	"seatle.wikia.com" [
		label = "seattle.wikia.com"
		color = "black"
		fontsize = "15"
		fontname = "Times-Roman"
		fontcolor = "black"
		shape = "box"
	]
		label = "Squid Server";
}

subgraph cluster_1 {
		style=filled;
		color=lightgrey;
                width = "1.0"
	"tampa.wikia.com" [
		label = "tampa.wikia.com"
		color = "black"
		width = "0.830000"
		fontsize = "15"
		fontname = "Times-Roman"
		fontcolor = "black"
		height = "0.350000"
		shape = "box"
	]
		label = "Webserver";
	"dover.wikia.com" [
		label = "dover.wikia.com"
		color = "black"
		fontsize = "15"
		fontname = "Times-Roman"
		fontcolor = "black"
		shape = "box"
	]
		label = "Webserver";
	}

	"dover.wikia.com" [
		label = "dover.wikia.com"
		color = "black"
		fontsize = "15"
		fontname = "Times-Roman"
		fontcolor = "black"
		shape = "box"
	]

"internet" -> "seatle.wikia.com"
"internet" -> "ross.wikia.com"
"seatle.wikia.com" -> "tampa.wikia.com"
"ross.wikia.com" -> "brussels.wikia.com"
cluster_0 -> "brussels.wikia.com"
}

